home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-28 | 1.3 KB | 56 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = NeXTGo
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = NeXTGo.tiff
- DOCICONS = NeXTGoFile.tiff
-
- GLOBAL_RESOURCES = NeXTGo.nib Background.tiff NeXTGo.tiff
-
- CLASSES = Board.m ClickCell.m GoApp.m
-
- HFILES = Board.h ClickCell.h GoApp.h
-
- MFILES = igsglue.m igssocket.m NeXTGo_main.m
-
- CFILES = count.c countlib.c eval.c exambord.c findnext.c findopen.c\
- findpatn.c findsavr.c findwinr.c fioe.c genmove.c godict.c\
- igsparse.c initmark.c matchpat.c opening.c openregn.c\
- random.c score.c seed.c sethand.c smartgoeval.c\
- smartgoparse.c smartgotree.c suicide.c
-
- OTHERSRCS = intergo.dct
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app NeXTGo.tiff \
- -sectcreate __ICON NeXTGoFile NeXTGoFile.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-